VerificaMinSDKVersionException

public final class VerificaMinSDKVersionException extends Exception

This class represents the custom exception, that is thrown when the version of the current SDK in use doesn't match the minimum one. Its constructor accepts an error message to be shown when the exception is raised.

Constructors

VerificaMinSDKVersionException
Link copied to clipboard

Functions

addSuppressed
Link copied to clipboard
final Unit addSuppressed(Throwable p0)
fillInStackTrace
Link copied to clipboard
Throwable fillInStackTrace()
getCause
Link copied to clipboard
Throwable getCause()
getLocalizedMessage
Link copied to clipboard
String getLocalizedMessage()
getMessage
Link copied to clipboard
String getMessage()
getStackTrace
Link copied to clipboard
Array<StackTraceElementgetStackTrace()
getSuppressed
Link copied to clipboard
final Array<ThrowablegetSuppressed()
initCause
Link copied to clipboard
Throwable initCause(Throwable p0)
printStackTrace
Link copied to clipboard
Unit printStackTrace()
Unit printStackTrace(PrintStream p0)
Unit printStackTrace(PrintWriter p0)
setStackTrace
Link copied to clipboard
Unit setStackTrace(Array<StackTraceElement> p0)

Properties

cause
Link copied to clipboard
private final Throwable cause
message
Link copied to clipboard
private final String message